toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]HttpHeader
Http
Header
public
interface
HttpHeader
An HTTP header.
Members
Functions
name
Link copied to clipboard
public
String
name
(
)
Returns a string that represents the HTTP header name.
of
Link copied to clipboard
public
static
HttpHeader
of
(
String
name
,
String
value
)
Returns an instance of the
HttpHeader
with the given
name
and
value
.
value
Link copied to clipboard
public
String
value
(
)
Returns a string that represents the HTTP header value.